projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ccfa82
)
Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 28 Nov 2001 03:06:45 +0000
(
03:06
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 28 Nov 2001 03:06:45 +0000
(
03:06
+0000)
lisp/emacs-lisp/regexp-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/regexp-opt.el
b/lisp/emacs-lisp/regexp-opt.el
index 894cc4c4be7f9fafadef957812223e3768b30e40..06dea3c8433eb48649e25c62e699c4df01be7a17 100644
(file)
--- a/
lisp/emacs-lisp/regexp-opt.el
+++ b/
lisp/emacs-lisp/regexp-opt.el
@@
-122,7
+122,7
@@
in REGEXP."
regexp start)
(setq count (1+ count)
;; Go back 2 chars (one for [^?] and one for [^\\]).
- start (- (match-end 0) 2))
+ start (- (match-end 0) 2))
)
count)))
\f
;;; Workhorse functions.